home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 72
/
maccd 72.iso
/
updates
/
HTML Xtra 2.0.5
/
HTML205.sit
/
HTML205
/
xtradoc.dir
/
00007.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-02-22
|
285 b
|
13 lines
on mouseUp
global metalist
set ml to the mouseLine
set metacount to count(metalist)
if (ml < metacount) and (ml > 0) then
puppetSound("time")
updateStage()
set str to getAt(getAt(metalist, ml), 2)
htmldolinkabs("html", str)
htmlgetmeta("html")
end if
end